Class org.omg.CORBA.FloatHolder
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.FloatHolder

java.lang.Object
   |
   +----org.omg.CORBA.FloatHolder

public final class FloatHolder
extends Object
A Holder class for floats for use with out and in/out IDL parameters.

Variable Index

 o value
the float value held by the FloatHolder

Constructor Index

 o FloatHolder()
construct the FloatHolder with null initial value
 o FloatHolder(float)
construct the FloatHolder with the given float

Variables

 o value
  public float value
the float value held by the FloatHolder

Constructors

 o FloatHolder
  public FloatHolder()
construct the FloatHolder with null initial value
 o FloatHolder
  public FloatHolder(float initial)
construct the FloatHolder with the given float
Parameters:
initial - the float used to initialize the FloatHolder value

All Packages  Class Hierarchy  This Package  Previous  Next  Index